home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / dev / gg / ncurses-5.3.lha / ncurses-5.3 / form / modules < prev    next >
Text File  |  2002-10-24  |  4KB  |  74 lines

  1. # $Id: modules,v 1.13 1999/02/19 00:27:47 juergen Exp $
  2. ##############################################################################
  3. # Copyright (c) 1998 Free Software Foundation, Inc.                          #
  4. #                                                                            #
  5. # Permission is hereby granted, free of charge, to any person obtaining a    #
  6. # copy of this software and associated documentation files (the "Software"), #
  7. # to deal in the Software without restriction, including without limitation  #
  8. # the rights to use, copy, modify, merge, publish, distribute, distribute    #
  9. # with modifications, sublicense, and/or sell copies of the Software, and to #
  10. # permit persons to whom the Software is furnished to do so, subject to the  #
  11. # following conditions:                                                      #
  12. #                                                                            #
  13. # The above copyright notice and this permission notice shall be included in #
  14. # all copies or substantial portions of the Software.                        #
  15. #                                                                            #
  16. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
  17. # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   #
  18. # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL    #
  19. # THE ABOVE COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER      #
  20. # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING    #
  21. # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER        #
  22. # DEALINGS IN THE SOFTWARE.                                                  #
  23. #                                                                            #
  24. # Except as contained in this notice, the name(s) of the above copyright     #
  25. # holders shall not be used in advertising or otherwise to promote the sale, #
  26. # use or other dealings in this Software without prior written               #
  27. # authorization.                                                             #
  28. ##############################################################################
  29. #
  30. # Author: Thomas E. Dickey <dickey@clark.net> 1996,1997
  31. #
  32.  
  33. @ base
  34. # Library objects
  35. fld_arg        lib        $(srcdir)    $(FORM_PRIV_H)
  36. fld_attr    lib        $(srcdir)    $(FORM_PRIV_H)
  37. fld_current    lib        $(srcdir)    $(FORM_PRIV_H)
  38. fld_def        lib        $(srcdir)    $(FORM_PRIV_H)
  39. fld_dup        lib        $(srcdir)    $(FORM_PRIV_H)
  40. fld_ftchoice    lib        $(srcdir)    $(FORM_PRIV_H)
  41. fld_ftlink    lib        $(srcdir)    $(FORM_PRIV_H)
  42. fld_info    lib        $(srcdir)    $(FORM_PRIV_H)
  43. fld_just    lib        $(srcdir)    $(FORM_PRIV_H)
  44. fld_link    lib        $(srcdir)    $(FORM_PRIV_H)
  45. fld_max        lib        $(srcdir)    $(FORM_PRIV_H)
  46. fld_move    lib        $(srcdir)    $(FORM_PRIV_H)
  47. fld_newftyp    lib        $(srcdir)    $(FORM_PRIV_H)
  48. fld_opts    lib        $(srcdir)    $(FORM_PRIV_H)
  49. fld_pad        lib        $(srcdir)    $(FORM_PRIV_H)
  50. fld_page    lib        $(srcdir)    $(FORM_PRIV_H)
  51. fld_stat    lib        $(srcdir)    $(FORM_PRIV_H)
  52. fld_type    lib        $(srcdir)    $(FORM_PRIV_H)
  53. fld_user    lib        $(srcdir)    $(FORM_PRIV_H)
  54. frm_cursor    lib        $(srcdir)    $(FORM_PRIV_H)
  55. frm_data    lib        $(srcdir)    $(FORM_PRIV_H)
  56. frm_def        lib        $(srcdir)    $(FORM_PRIV_H)
  57. frm_driver    lib        $(srcdir)    $(FORM_PRIV_H)
  58. frm_hook    lib        $(srcdir)    $(FORM_PRIV_H)
  59. frm_opts    lib        $(srcdir)    $(FORM_PRIV_H)
  60. frm_page    lib        $(srcdir)    $(FORM_PRIV_H)
  61. frm_post    lib        $(srcdir)    $(FORM_PRIV_H)
  62. frm_req_name    lib        $(srcdir)    $(FORM_PRIV_H)
  63. frm_scale    lib        $(srcdir)    $(FORM_PRIV_H)
  64. frm_sub        lib        $(srcdir)    $(FORM_PRIV_H)
  65. frm_user    lib        $(srcdir)    $(FORM_PRIV_H)
  66. frm_win        lib        $(srcdir)    $(FORM_PRIV_H)
  67. fty_alnum    lib        $(srcdir)    $(FORM_PRIV_H)
  68. fty_alpha    lib        $(srcdir)    $(FORM_PRIV_H)
  69. fty_enum    lib        $(srcdir)    $(FORM_PRIV_H)
  70. fty_int        lib        $(srcdir)    $(FORM_PRIV_H)
  71. fty_ipv4    lib        $(srcdir)    $(FORM_PRIV_H)
  72. fty_num        lib        $(srcdir)    $(FORM_PRIV_H)
  73. fty_regex    lib        $(srcdir)    $(FORM_PRIV_H)
  74.